home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / mail / mailx6 / _setup.1 / OCXMSGF2.FRM (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1996-01-22  |  6.0 KB  |  208 lines

  1. VERSION 4.00
  2. Begin VB.Form MsgForm 
  3.    BackColor       =   &H00C0C0C0&
  4.    BorderStyle     =   3  'Fixed Dialog
  5.    Caption         =   "Message Form"
  6.    ClientHeight    =   4200
  7.    ClientLeft      =   1965
  8.    ClientTop       =   1695
  9.    ClientWidth     =   6195
  10.    BeginProperty Font 
  11.       name            =   "MS Sans Serif"
  12.       charset         =   0
  13.       weight          =   700
  14.       size            =   8.25
  15.       underline       =   0   'False
  16.       italic          =   0   'False
  17.       strikethrough   =   0   'False
  18.    EndProperty
  19.    Height          =   4635
  20.    Left            =   1890
  21.    LinkTopic       =   "Form1"
  22.    ScaleHeight     =   4200
  23.    ScaleWidth      =   6195
  24.    Top             =   1335
  25.    Width           =   6345
  26.    Begin VB.PictureBox Picture1 
  27.       BackColor       =   &H00C0C0C0&
  28.       Height          =   615
  29.       Left            =   -120
  30.       ScaleHeight     =   555
  31.       ScaleWidth      =   6315
  32.       TabIndex        =   12
  33.       Top             =   0
  34.       Width           =   6375
  35.       Begin VB.CommandButton BtnForward 
  36.          Caption         =   "Forward"
  37.          Height          =   375
  38.          Left            =   2880
  39.          TabIndex        =   15
  40.          Top             =   120
  41.          Width           =   1155
  42.       End
  43.       Begin VB.CommandButton btnReply 
  44.          Caption         =   "Reply"
  45.          Height          =   375
  46.          Left            =   1470
  47.          TabIndex        =   14
  48.          Top             =   120
  49.          Width           =   1170
  50.       End
  51.       Begin VB.CommandButton BtnHide 
  52.          Caption         =   "End Msg"
  53.          Height          =   375
  54.          Left            =   120
  55.          TabIndex        =   13
  56.          Top             =   120
  57.          Width           =   1125
  58.       End
  59.    End
  60.    Begin VB.ComboBox szFileList 
  61.       Height          =   315
  62.       Left            =   1320
  63.       TabIndex        =   11
  64.       Top             =   2775
  65.       Width           =   1935
  66.    End
  67.    Begin VB.TextBox szOriginator 
  68.       Height          =   375
  69.       Left            =   4440
  70.       TabIndex        =   10
  71.       Top             =   2760
  72.       Width           =   1575
  73.    End
  74.    Begin VB.TextBox szMsgID 
  75.       Height          =   495
  76.       Left            =   1320
  77.       TabIndex        =   7
  78.       Top             =   3240
  79.       Width           =   4695
  80.    End
  81.    Begin VB.TextBox szTime 
  82.       Height          =   375
  83.       Left            =   1200
  84.       TabIndex        =   6
  85.       Top             =   2280
  86.       Width           =   4815
  87.    End
  88.    Begin VB.TextBox szNoteText 
  89.       Height          =   855
  90.       Left            =   1200
  91.       MultiLine       =   -1  'True
  92.       TabIndex        =   3
  93.       Top             =   1320
  94.       Width           =   4815
  95.    End
  96.    Begin VB.TextBox szSubject 
  97.       Height          =   375
  98.       Left            =   1200
  99.       TabIndex        =   1
  100.       Top             =   840
  101.       Width           =   4815
  102.    End
  103.    Begin Mailx16Lib.MFile MFile1 
  104.       Left            =   135
  105.       Top             =   3600
  106.       _Version        =   65541
  107.       _ExtentX        =   900
  108.       _ExtentY        =   900
  109.       _StockProps     =   0
  110.       BindString      =   "MMsg1"
  111.    End
  112.    Begin Mailx16Lib.MReci MReci1 
  113.       Left            =   735
  114.       Top             =   3600
  115.       _Version        =   65541
  116.       _ExtentX        =   900
  117.       _ExtentY        =   900
  118.       _StockProps     =   0
  119.       BindString      =   "MMsg1"
  120.    End
  121.    Begin Mailx16Lib.MMsg MMsg1 
  122.       Left            =   255
  123.       Top             =   1695
  124.       _Version        =   65541
  125.       _ExtentX        =   900
  126.       _ExtentY        =   900
  127.       _StockProps     =   0
  128.       BindString      =   "FormTag1.MSess1"
  129.    End
  130.    Begin Mailx16Lib.MForm MForm1 
  131.       Left            =   2775
  132.       Tag             =   "FormTag2"
  133.       Top             =   3855
  134.       _Version        =   65541
  135.       _ExtentX        =   5106
  136.       _ExtentY        =   500
  137.       _StockProps     =   0
  138.       MXFormName      =   "FormTag2"
  139.    End
  140.    Begin VB.Label Label6 
  141.       BackColor       =   &H00C0C0C0&
  142.       Caption         =   "Attachments:"
  143.       Height          =   375
  144.       Left            =   120
  145.       TabIndex        =   9
  146.       Top             =   2760
  147.       Width           =   1215
  148.    End
  149.    Begin VB.Label Label5 
  150.       BackColor       =   &H00C0C0C0&
  151.       Caption         =   "Originator:"
  152.       Height          =   375
  153.       Left            =   3450
  154.       TabIndex        =   8
  155.       Top             =   2805
  156.       Width           =   960
  157.    End
  158.    Begin VB.Label Label4 
  159.       BackColor       =   &H00C0C0C0&
  160.       Caption         =   "Message ID:"
  161.       Height          =   375
  162.       Left            =   120
  163.       TabIndex        =   5
  164.       Top             =   3360
  165.       Width           =   1215
  166.    End
  167.    Begin VB.Label Label3 
  168.       BackColor       =   &H00C0C0C0&
  169.       Caption         =   "Time:"
  170.       Height          =   270
  171.       Left            =   150
  172.       TabIndex        =   4
  173.       Top             =   2355
  174.       Width           =   855
  175.    End
  176.    Begin VB.Label Label2 
  177.       BackColor       =   &H00C0C0C0&
  178.       Caption         =   "Note Text:"
  179.       Height          =   375
  180.       Left            =   120
  181.       TabIndex        =   2
  182.       Top             =   1320
  183.       Width           =   975
  184.    End
  185.    Begin VB.Label Label1 
  186.       BackColor       =   &H00C0C0C0&
  187.       Caption         =   "Subject:"
  188.       Height          =   375
  189.       Left            =   120
  190.       TabIndex        =   0
  191.       Top             =   840
  192.       Width           =   855
  193.    End
  194. Attribute VB_Name = "MsgForm"
  195. Attribute VB_Creatable = False
  196. Attribute VB_Exposed = False
  197. Private Sub BtnForward_Click()
  198.     MMsg1.Action = ACTION_FORWARD
  199.     MMsg1.Action = ACTION_SENDMSG
  200. End Sub
  201. Private Sub BtnHide_Click()
  202.     Unload Me
  203. End Sub
  204. Private Sub btnReply_Click()
  205.     MMsg1.Action = ACTION_REPLY
  206.     MMsg1.Action = ACTION_SENDMSG
  207. End Sub
  208.